/*common css*/
.stepPage{
  display:none;
  height:100%;
}
.stepCont{
  width:100%;
}
.stepCont .ystep-lg{
	left: 0 !important;
}
@media (max-width: 767px ) {
	.stepContYield .ystep-container{
		margin: 0px 20px 20px;
	}
	.stepContMoney .ystep-container{
		margin: 0px 20px 20px;
	}
}
.ystep-container {
  font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Wenquanyi Micro Hei","Microsoft Yahei",Arial,sans-serif;
  display: inline-block;
  position: relative;
  color: #000;

  margin: 20px;
}
.ystep-container ul {
  list-style: none;
}
.ystep-container ul,.ystep-container li,.ystep-container p {
  margin: 0;
  padding: 0;
}

/*size css*/
.ystep-lg {
  /*width: 700px;*/
  width:100%;
  height: 60px;
  font-size: 14px;
  /*left: 15%;*/
  line-height:107px;
}

/*large size css*/
.ystep-lg .ystep-container-steps {
  position: absolute;
  top: 2px;
  cursor: pointer;
  z-index: 10;
}
.ystep-lg .ystep-container-steps li{
  text-align: center;
}
.ystep-lg li {
  float: left;
  width: 100px;
  height: 85px;
  margin-right: 100px;
}
.ystep-lg .ystep-step-done {
  background-position: -278px -134px;
}
.ystep-lg .ystep-step-undone {
  background-position: -137px -134px;
}
.ystep-lg .ystep-step-active {
  background-position: -414px -134px;
}
.ystep-lg .ystep-progress {
  width: 400px;
  height: 10px;
  position: absolute;
  top: 30px;
  left: 15px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.ystep-lg .ystep-progress-bar {
  width: 400px;
  height: 4px;
  background: #e4e4e4;
  display: inline-block;
  float: left;
}
.ystep-lg .ystep-progress-highlight {
  height: 4px;
  display: block;
}

/*blue css*/
.ystep-blue .ystep-step-done {
  background-image: url("../imgs/pointes_blue.png");
  background-repeat: no-repeat;
}
.ystep-blue .ystep-step-undone {
  background-image: url("../imgs/pointes_blue.png");
  background-repeat: no-repeat;
  color: #9c9a9b;
}
.ystep-blue .ystep-step-active {
  background-image: url("../imgs/pointes_blue.png");
  background-repeat: no-repeat;
  color: #3276b1;
}
/*.stepContMoney .ystep-blue .ystep-step-active{
	color: red;
}
.stepContMoney .ystep-lg .ystep-step-done{
	color: red;
}*/
.ystep-blue .ystep-progress-highlight {
  background: #0041C3;
}
/*按钮样式*/
.ystep {
  padding: 20px;
  /*min-width: 1114px;*/
}
.step-button{
  position: relative;
  /*top: -85px;*/
}
.step-button button{
  margin: 15px;
}
